Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome 126 validates GPUQueue.submit() command buffer uniqueness #24881

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

chrisdavidmills
Copy link
Collaborator

Summary

In Chrome 126, the behavior of the GPUQueue.submit() method has been updated to be correct as per spec — the referenced command buffers must be unique.

This PR adds a data point for this update.

See https://developer.chrome.com/blog/new-in-webgpu-126#submitted_command_buffers_must_be_unique for the information source.

Test results and supporting details

Related issues

project issue: mdn/content#36344

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 30, 2024
api/GPUQueue.json Outdated Show resolved Hide resolved
"support": {
"chrome": {
"version_added": "126",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: It might be nice to explicitly mention the platforms where the feature is not available, but given that there are already 405 notes like this across the GPU features, this is probably not the right place to start this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah...

Co-authored-by: Claas Augner <[email protected]>
@caugner caugner changed the title Add data point about GPUQueue.submit() unique command buffers Chrome 126 validates GPUQueue.submit() command buffer uniqueness Nov 4, 2024
@caugner caugner merged commit f51ac81 into mdn:main Nov 4, 2024
6 checks passed
This was referenced Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants